Replace pyxml/xmlproc-based XML validator with lxml based one
authorStephan Peijnik <spe@anexia.at>
Mon, 11 Oct 2010 16:54:53 +0000 (17:54 +0100)
committerStephan Peijnik <spe@anexia.at>
Mon, 11 Oct 2010 16:54:53 +0000 (17:54 +0100)
commitf5f0af18aa1746841ee0d76fa1057c7c6e68e09d
treeed9144d608953bbd347dac7f01843dfbc935b13e
parentcfb53841a5f473719003e4e359cb25993976517c
Replace pyxml/xmlproc-based XML validator with lxml based one

Pyxml/xmlproc is being used in tools/xen/xm/xenapi_create.py but is
unmaintained for several years now. xmlproc is used only for validating
XML documents against a DTD file.

This patch replaces the pyxml/xmlproc based XML validation with code
based on lxml, which is actively maintained.

Signed-off-by: Stephan Peijnik <spe@anexia.at>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
committer: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
README
tools/python/xen/xm/xenapi_create.py